home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / SAVEA.BAT < prev    next >
DOS Batch File  |  1995-09-28  |  1KB  |  40 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO  You are going to save the records from your present source, to a
  6. ECHO  floppy disk, in your A:DRIVE.  Please insert a floppy disk, in the
  7. ECHO  A:DRIVE, that you wish to use as a backup disk for the Home School
  8. ECHO  records you have created.  If you are not doing so, it may be a good
  9. ECHO  idea to make 2 backup disks, as something COULD happen to a single
  10. ECHO  disk, making it useless, and your data COULD be lost forever.
  11. ECHO.
  12. ECHO  If you wish to ABORT the above indicated action, press the CTRL and
  13. ECHO  C keys, at the same time, and then reply with a Y, to the prompt on
  14. ECHO  the screen, about "aborting the batch job".
  15. ECHO.
  16. ECHO  If you wish to continue with the outlined action, simply press the 
  17. ECHO  ENTER key.
  18. echo.
  19. echo.
  20. pause
  21. copy *.rec a:\
  22. CLS
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo        Your records have been successfully saved to your A:DRIVE.
  28. echo.
  29. echo        Press the ENTER key to return to your DOS prompt.  From there
  30. echo        you can type GO and press ENTER to go back into the program
  31. echo        or you can terminate your session.  Please remember to remove the
  32. echo        disk from the A:DRIVE, and keep it in a safe place.
  33. echo.
  34. echo.
  35. pause
  36.  
  37.  
  38.       
  39.  
  40.